Omibranch is a boutique software publisher that focuses on streamlining everyday developer workflows through ultra-lightweight, single-binary command-line utilities. Its current catalog is anchored by gitty, a deliberately minimal wrapper around Git and the GitHub CLI that compresses the most common repository operations into intuitive, human-readable commands. Designed for engineers who want the power of distributed version control without memorising verbose flags or juggling multiple tools, gitty packages cloning, forking, branching, pull-request creation, issue tracking and release tagging into a cohesive sub-command syntax that reads almost like plain English. Typical use cases span from rapid prototyping sessions—where a quick “gitty start my-project” initialises a local repo, creates a matching private GitHub repository, sets an MIT licence and pushes an initial commit—to CI pipelines that leverage its non-interactive mode for automated tagging and release asset uploads. Because the entire tool is distributed as one statically-linked executable, it drops cleanly into containers, cloud shells and minimal Alpine images without dependency headaches, making it popular among DevOps teams who value reproducible environments. Users who prefer graphical clients can still invoke gitty for one-off operations, while keyboard-centric developers integrate it into shell aliases and tmux launch scripts to keep context-switching near zero. All Omibranch software, including every update, is available free of charge on get.nero.com, where downloads are delivered through trusted Windows package sources such as winget, always install the latest version, and support batch installation of multiple applications.

gitty

Minimal Git & GitHub CLI wrapper — one binary, human-friendly commands

Details